From a7e8107dbb1d2cbd5c11bc7753807430cdde9599 Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Wed, 14 Dec 2016 07:51:58 +0000 Subject: [PATCH] tools/livepatch: Remove unused struct member Signed-off-by: Ross Lagerwall Acked-by: Wei Liu Reviewed-by: Konrad Rzeszutek Wilk --- tools/misc/xen-livepatch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c index 4ebe95e9b1..fd2f968506 100644 --- a/tools/misc/xen-livepatch.c +++ b/tools/misc/xen-livepatch.c @@ -238,7 +238,6 @@ struct { const char *name; const char *verb; int (*function)(xc_interface *xch, char *name, uint32_t timeout); - unsigned int executed; /* Has the function been called?. */ } action_options[] = { { .allow = LIVEPATCH_STATE_CHECKED, .expected = LIVEPATCH_STATE_APPLIED, -- 2.30.2